forum

home / developersection / forums / how to fix bootstrap tab vertical with text?

How to fix bootstrap tab Vertical with text?

Anonymous User 4163 10-Feb-2015

Hello I’m using bootstrap vertical tabs

Here is my code:

<div class="row">
    <div class="col-md-3">
        <ul class="nav nav-tabs tabs-left">
            <li class="active"><a href="#home-v" data-toggle="tab">Home</a></li>
            <li><a href="#profile-v" data-toggle="tab">Profile</a></li>
        </ul>
    </div>
    <div class="col-md-9">
        <div class="tab-content">
            <div class="tab-pane active" id="home-v">Home Tab.</div>
            <div class="tab-pane" id="profile-v">Profile Tab.</div>
        </div>
    </div>
</div>

Screenshot:

How to fix bootstrap tab Vertical with text?

My question is that, I’m want to set the orientation vertically of this tab with text. How is it possible?

Thank you in advance.


Updated on 10-Feb-2015

I am a content writter !

Can you answer this question?

Answer

1 Answers

Liked By